html {
	overflow-y: scroll;
}

button,
input[type=submit],
input[type=reset],
input[type=text],
input[type=button],
select {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	outline: 0;
	outline: 0;
	blr: expression(this.onFocus=this.blur());
	border: none;
}

input,
button {
	overflow: visible;
	vertical-align: middle;
	outline: none
}
a:hover{
    text-decoration: none;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
	padding: 0;
	margin: 0;
}

table,
td,
tr,
th {
	font-size: 12px;
}

li {
	list-style-type: none;
}

img {
	vertical-align: top;
	border: 0;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 12px;
	font-weight: normal;
}

i,
address,
cite,
code,
em,
th {
	font-weight: normal;
	font-style: normal;
}

@charset "UTF-8";

/* display */

* {
	margin: 0;
	padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
p,
blockquote,
th,
td,
form {
	margin: 0;
	padding: 0
}

html,
body {
	background: #ffffff;
}

body,
button,
input,
select,
textarea,
div {
	font-family: 微软雅黑, arial, tahoma, "Hiragino Sans GB", "Microsoft YaHei", 宋体;
}

body {
	margin: 0;
	padding: 0;
	font: 12px"\5B8B\4F53", sans-serif;
	background: #ffffff;
	/*padding-bottom: 85px;*/
}
.container {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.container:before,
.container:after {
	display: table;
	content: "";
	line-height: 0
}

.container:after {
	clear: both
}

.boxbox {
	box-sizing: border-box;
}

li,
ul {
	list-style: none;
}

a {
	text-decoration: none;
}

.dn {
	display: none;
}

.di {
	display: inline;
}

.db {
	display: block;
}

.dib {
	display: inline-block;
}

div.dib,
img.dib {
	*display: inline;
	*zoom: 1;
}


/* other block level tag(eg. p, li, h1~h6), using 'inline_any' instead */


/* height */

.h0 {
	height: 0;
}

.h14 {
	height: 14px;
}

.h16 {
	height: 16px;
}

.h18 {
	height: 18px;
}

.h20 {
	height: 20px;
}

.h30 {
	height: 30px;
}

.h22 {
	height: 22px;
}

.h24 {
	height: 24px;
}

.h30 {
	height: 30px;
}

.h34 {
	height: 34px;
}

.h40 {
	height: 40px;
}

.h50 {
	height: 50px;
}

.h60 {
	height: 60px;
}

.h100 {
	height: 100px;
}

.h113 {
	height: 113px;
}

.h115 {
	height: 115px;
}

.h147 {
	height: 147px;
}

.h170 {
	height: 170px;
}

.hmin80 {
	min-height: 80px;
}

.hmax100 {
	max-height: 100px;
}

.h100p {
	height: 100%;
}


/* width */


/* fixed width value */

.w0 {
	width: 0;
}

.w15 {
	width: 15px;
}

.w20 {
	width: 20px;
}

.w30 {
	width: 30px;
}

.w40 {
	width: 40px;
}

.w50 {
	width: 50px;
}

.w60 {
	width: 60px;
}

.w70 {
	width: 70px;
}

.w80 {
	width: 80px;
}

.w90 {
	width: 90px;
}

.w100 {
	width: 100px;
}

.w120 {
	width: 120px;
}

.w140 {
	width: 140px;
}

.w160 {
	width: 160px;
}

.w180 {
	width: 180px;
}

.w200 {
	width: 200px;
}

.w220 {
	width: 220px;
}

.w250 {
	width: 250px;
}

.w280 {
	width: 280px;
}

.w300 {
	width: 300px;
}

.w320 {
	width: 320px;
}

.w360 {
	width: 360px;
}

.w400 {
	width: 400px;
}

.w460 {
	width: 460px;
}

.w500 {
	width: 500px;
}

.w600 {
	width: 600px;
}

.w640 {
	width: 640px;
}

.w700 {
	width: 700px;
}

.wmax100 {
	max-width: 100px;
}

.w5em {
	width: 5em
}


/* percent width value */

.pct10 {
	width: 10%;
}

.pct15 {
	width: 15%;
}

.pct20 {
	width: 20%;
}

.pct25 {
	width: 25%;
}

.pct30 {
	width: 30%;
}

.pct33 {
	width: 33.3%;
}

.pct40 {
	width: 40%;
}

.pct50 {
	width: 50%;
}

.pct60 {
	width: 60%;
}

.pct66 {
	width: 66.6%;
}

.pct70 {
	width: 70%;
}

.pct75 {
	width: 75%;
}

.pct80 {
	width: 80%;
}

.pct90 {
	width: 90%;
}

.pct100 {
	width: 100%;
}


/* line-height */

.lh0 {
	line-height: 0;
}

.lh1 {
	line-height: 1;
}

.lh14 {
	line-height: 14px;
}

.lh16 {
	line-height: 16px;
}

.lh18 {
	line-height: 18px;
}

.lh20 {
	line-height: 20px;
}

.lh22 {
	line-height: 22px;
}

.lh24 {
	line-height: 24px;
}

.lh30 {
	line-height: 30px;
}

.lh40 {
	line-height: 40px;
}


/* margin */

.m0 {
	margin: 0;
}

.ml1 {
	margin-left: 1px;
}

.ml2 {
	margin-left: 2px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.mr1 {
	margin-right: 1px;
}

.mr2 {
	margin-right: 2px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr40 {
	margin-right: 40px;
}

.mr106 {
	margin-right: 106px;
}

.mt1 {
	margin-top: 1px;
}

.mt2 {
	margin-top: 2px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt34 {
	margin-top: 34px;
}

.mb1 {
	margin-bottom: 1px;
}

.mb2 {
	margin-bottom: 2px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb60 {
	margin-bottom: 60px;
}


/* margin negative */

.ml-1 {
	margin-left: -1px;
}

.mr-1 {
	margin-right: -1px;
}

.mt-1 {
	margin-top: -1px;
}

.mb-1 {
	margin-bottom: -1px;
}

.ml-3 {
	margin-left: -3px;
}

.mr-3 {
	margin-right: -3px;
}

.mt-3 {
	margin-top: -3px;
}

.mb-3 {
	margin-bottom: -3px;
}

.ml-20 {
	margin-left: -20px;
}

.mr-20 {
	margin-right: -20px;
}

.mt-20 {
	margin-top: -20px;
}

.mb-20 {
	margin-bottom: -20px;
}


/* padding */

.p0 {
	padding: 0;
}

.p1 {
	padding: 1px;
}

.pl1 {
	padding-left: 1px;
}

.pt1 {
	padding-top: 1px;
}

.pr1 {
	padding-right: 1px;
}

.pb1 {
	padding-bottom: 1px;
}

.pb100p {
	padding-bottom: 100%;
}

.p2 {
	padding: 2px;
}

.pl2 {
	padding-left: 2px;
}

.pt2 {
	padding-top: 2px;
}

.pr2 {
	padding-right: 2px;
}

.pb2 {
	padding-bottom: 2px;
}

.pl5 {
	padding-left: 5px;
}

.p5 {
	padding: 5px;
}

.pt5 {
	padding-top: 5px;
}

.pr5 {
	padding-right: 5px;
}

.pb5 {
	padding-bottom: 5px;
}

.p10 {
	padding: 10px;
}

.pl10 {
	padding-left: 10px;
}

.pt10 {
	padding-top: 10px;
}

.pr10 {
	padding-right: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.p15 {
	padding: 15px;
}

.pl15 {
	padding-left: 15px;
}

.pt15 {
	padding-top: 15px;
}

.pt48 {
	padding-top: 48px;
}

.pt70 {
	padding-top: 70px;
}

.pr15 {
	padding-right: 15px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb70 {
	padding-bottom: 70px;
}

.p20 {
	padding: 20px;
}

.pl20 {
	padding-left: 20px;
}

.pt20 {
	padding-top: 20px;
}

.pr20 {
	padding-right: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.p30 {
	padding: 30px;
}

.pl30 {
	padding-left: 30px;
}

.pt30 {
	padding-top: 30px;
}

.pr30 {
	padding-right: 30px;
}

.pb30 {
	padding-bottom: 30px;
}


/* border-color name rule: border(b)-position(l/r/t/b/d)-width(null/2)-style(null/sh)-color(first one letter/first two letter) |-> All colors are safe color*/

.bdc {
	border: 1px solid #ccc;
}

.blc {
	border-left: 1px solid #ccc;
}

.brc {
	border-right: 1px solid #ccc;
}

.btc {
	border-top: 1px solid #ccc;
}

.bt73 {
	border-top: 1px solid #737373;
}

.bbc {
	border-bottom: 1px solid #ccc;
}

.bdd {
	border: 1px solid #ddd;
}

.bld {
	border-left: 1px solid #ddd;
}

.brd {
	border-right: 1px solid #ddd;
}

.btd {
	border-top: 1px solid #ddd;
}

.bbd {
	border-bottom: 1px solid #ddd;
}

.bde {
	border: 1px solid #eee;
}

.ble {
	border-left: 1px solid #eee;
}

.bre {
	border-right: 1px solid #eee;
}

.bte {
	border-top: 1px solid #eee;
}

.bbe {
	border-bottom: 1px solid #eee;
}


/* background-color name rule: bg - (key word/Hex color) |-> All colors are safe color */

.bgwh {
	background-color: #fff;
}

.bgfb {
	background-color: #fbfbfb;
}

.bgf5 {
	background-color: #f5f5f5;
}

.bgf0 {
	background-color: #f0f0f0;
}

.bgeb {
	background-color: #ebebeb;
}

.bged {
	background-color: #ededed;
}

.bge0 {
	background-color: #e0e0e0;
}

.bgdd {
	background-color: #ddd;
}

.bg00 {
	background-color: #000;
}

.bg00-30 {
	background-color: rgba(0, 0, 0, 0.3)
}

.bgwh-30 {
	background-color: rgba(255, 255, 255, 0.3)
}

.bgwh-70 {
	background-color: rgba(255, 255, 255, 0.7)
}

.bg1b {
	background-color: #1b1b1b
}

.bg39 {
	background-color: #3b3939
}

.c0 {
	color: #000;
}
.ced7020{
	color:#CE000D;
}
.ti2 {
	text-indent: 36px;
	letter-spacing: 3px;
	text-align: justify
}


/* safe color */

f24 .g0 {
	color: #000;
}

.g3 {
	color: #333;
}

.g6 {
	color: #666;
}

.g9 {
	color: #999;
}

.gc {
	color: #ccc;
}

.wh {
	color: white;
}

.gRed {
	color: #df3d3e;
}

.gc9 {
	color: #ccc9c9;
}

.g2c {
	color: #CE000D;
}


/* font-size */

.fm {
	font-size: medium;
}

.f0 {
	font-size: 0;
}

.f12 {
	font-size: 12px;
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f24 {
	font-size: 24px;
}

.f28 {
	font-size: 28px;
}

.f40 {
	font-size: 40px;
}


/* font-style */

.n {
	font-weight: normal;
	font-style: normal;
	white-space: normal;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}


/* text-align */

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.tl {
	text-align: left;
}

.tj {
	text-align: justify;
}


/* text-decoration */

.tdl {
	text-decoration: underline;
}

.tdn,
.tdn:hover,
.tdn a:hover,
a.tdl:hover {
	text-decoration: none;
}


/* letter-spacing */

.lt-1 {
	letter-spacing: -1px;
}

.lt0 {
	letter-spacing: 0;
}

.lt1 {
	letter-spacing: 1px;
}


/*word-wrap*/

.word-break {
	word-wrap: break-word;
	word-break: break-all
}


/* white-space */

.nowrap {
	white-space: nowrap;
}


/* word-wrap */

.bk {
	word-wrap: break-word;
}


/* vertical-align */

.vm {
	vertical-align: middle;
}

.vtb {
	vertical-align: text-bottom;
}

.vb {
	vertical-align: bottom;
}

.vt {
	vertical-align: top;
}

.v-1 {
	vertical-align: -1px;
}

.v-2 {
	vertical-align: -2px;
}

.v-3 {
	vertical-align: -3px;
}

.v-4 {
	vertical-align: -4px;
}

.v-5 {
	vertical-align: -5px;
}


/* float */

.l {
	float: left;
}

.r {
	float: right;
}


/* clear */

.cl {
	clear: both;
}


/* position */

.rel {
	position: relative;
}

.abs {
	position: absolute;
}

.fixed {
	position: fixed;
}

.l0 {
	left: 0
}

.r0 {
	right: 0
}

.b0 {
	bottom: 0
}

.t0 {
	top: 0;
}

.l10 {
	left: 10px;
}

.r10 {
	right: 10px;
}


/*z-index*/

.zx1 {
	z-index: 1;
}

.zx2 {
	z-index: 2;
}


/* cursor */

.poi {
	cursor: pointer;
}

.def {
	cursor: default;
}


/* overflow */

.ovh {
	overflow: hidden;
}

.ova {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.ovs-x {
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.ovs-y {
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}


/* visibility */

.vh {
	visibility: hidden;
}

.vv {
	visibility: visible;
}


/* opacity */

.opa0 {
	opacity: 0;
}


/* zoom */

.z {
	*zoom: 1;
}


/* ------------------- multiply CSS ------------------ */


/* 块状元素水平居中 */

.auto {
	margin-left: auto;
	margin-right: auto;
}


/* 清除浮动*/

.fix {
	*zoom: 1;
}

.fix:after {
	display: table;
	content: '';
	clear: both;
}


/* 基于display:table-cell的自适应布局 */

.cell {
	display: table-cell;
	*display: inline-block;
	width: 2000px;
	*width: auto;
}


/* 双栏自适应cell部分连续英文字符换行 */

.cell2 {
	overflow: hidden;
	_display: inline-block;
}


/* 单行文字溢出虚点显 示*/

.ell {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ell2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal
}

.ell3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal
}


/* css3过渡动画效果 */

.trans {
	-webkit-transition: all .15s;
	transition: all .15s;
}


/* 大小不定元素垂直居中 */

.dib_vm {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}


/* 无框文本框文本域 */

.bd_none {
	border: 0;
	outline: none;
}


/* 绝对定位隐藏 */

.abs_out {
	position: absolute;
	left: -999em;
	top: -999em;
}

.abs_clip {
	position: absolute;
	clip: rect(0 0 0 0);
}


/* 按钮禁用 */

.disabled {
	outline: 0 none;
	cursor: default!important;
	opacity: .4;
	-ms-pointer-events: none;
	pointer-events: none;
}


/*inline-block与float等宽列表*/

.inline_box {
	font-size: 1em;
	letter-spacing: -.25em;
	font-family: Arial;
}

.inline_two,
.inline_three,
.inline_four,
.inline_five,
.inline_six,
.inline_any {
	display: inline-block;
	*display: inline;
	letter-spacing: 0;
	vertical-align: top;
	*zoom: 1;
}

.float_two,
.float_three,
.float_four,
.float_five,
.float_six {
	float: left;
}

.inline_two,
.float_two {
	width: 50%;
	*width: 49.9%;
}

.inline_three,
.float_three {
	width: 33.33333%;
	*width: 33.3%;
}

.inline_four,
.float_four {
	width: 25%;
	*width: 24.9%;
}

.inline_five,
.float_five {
	width: 20%;
	*width: 19.9%;
}

.inline_six,
.float_six {
	width: 16.66666%;
	*width: 16.6%;
}

.inline_fix {
	display: inline-block;
	width: 100%;
	height: 0;
	overflow: hidden;
}

img,
video {
	border: 0 none;
	height: auto;
	max-width: 100%;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}


/*头部*/

.icon-site-logo {
	display: block;
	width: 300px;
	height: 46px;
	background: url(../images/logo.png) no-repeat;
	background-size: cover;
}

.trigon-ico {
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color: #ccc9c9 transparent transparent transparent;
	position: absolute;
	right: 0;
	top: 9px;
}

.icon_telephone {
	width: 50px;
	height: 50px;
}

.topheader {
	font-size: 14px;
	z-index: 1000;
}

.topul {
	margin: 0 auto;
	width: 1300px;
	height: 34px;
	line-height: 34px;
	position: relative;
}

.topul .topli {
	padding: 0 24px;
	float: left;
	font-size: 14px;
	position: relative;
}

.topul .topli:hover {
	background: #CE000D;
}

.topul .topli .topa {
	display: inline-block;
	position: relative;
	color: #fff;
}

.topul .topli .topa:after {
	content: '';
	left: 50%;
	right: 50%;
	height: 2px;
	position: absolute;
	background: #e13d4e;
	top: 67px;
}

.topheader .topli .dropdown {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 34px;
	left: 0;
	background: 0 0;
}

.topheader .dropdownInner {
	display: table;
	line-height: 16px;
}

.topheader .innerWrapper {
	background: #fff;
	display: table-cell;
	vertical-align: top;
	white-space: nowrap;
}

table {
	max-width: 100%;
	background-color: transparent;
}

.topheader .innerWrapper>* {
	display: table-cell;
}

.topheader .innerWrapper table {
	border-collapse: collapse;
}

.topheader .innerWrapper .part1 {
	border-right: 2px solid #f1f1f1;
	vertical-align: top;
	padding: 0 14px;
}

.topheader .innerWrapper .part1:last-of-type {
	border: none;
	padding-right: 0;
}

.topheader .innerWrapper .part1:first-of-type {
	padding-left: 0;
}

.topheader .innerWrapper .part2 {
	display: table-cell;
	vertical-align: top;
}

.topheader a {
	color: #FFFFFF;
}

.topheader .innerWrapper .part2 .part3 a {
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 24px;
	background-color: #393737;
	font-size: 14px;
}

.topheader .innerWrapper .part2 .part3 a:hover {
	color: #CE000D;
}


/*底部*/

.site-footer {
	background: #333333;
}

.footer-top {
	padding: 58px 0 30px 0;
	border-bottom: 1px solid #8a8989;
}

.footer-center {
	height: 90px;
	background: #2d2d2d;
	text-align: center;
	color: #9e9d9d;
	font-size: 14px;
}

.footer-bottom {
	line-height: 75px;
	height: 75px;
	background: #f7f7f7;
}

.footer-bottom ul {
	width: 1200px;
	margin: 0 auto;
	padding-left: 495px;
}

.footer-bottom ul li {
	float: left;
	margin-right: 30px;
}

.f-navs {
	color: #aaa9a9;
	float: left;
}

.f-navs .f-navs-tit {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.f-navs li {
	margin-bottom: 16px;
}

.f-navs li a {
	font-size: 14px;
	line-height: 1;
	color: #aaa9a9;
}

.f-navs li a:hover {
	color: #fff;
}

.f-news {
	float: left;
	color: #b2b2b2;
}

.f-news {
	float: left;
	font-size: 14px;
}

.f-news li {
	line-height: 1;
	margin-bottom: 6px;
}

.f-ewm {
	float: right;
}

.f-ewm a {
	display: block;
	background: #CE000D;
	font-size: 18px;
	padding: 5px 10px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.blogroll p {
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.blogroll ul {
	margin-bottom: 30px;
	overflow: hidden;
}

.blogroll ul li {
	float: left;
	margin-right: 10px;
}

.blogroll ul li a {
	font-size: 14px;
	color: #9e9d9d;
}

.blogroll ul li a:hover {
	color: #fff;
}

#advertising {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
}

.c_icon {
	display: none;
}

.show_icon {
	display: inline-block;
}

.weui-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.weui-flex__item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.flex-end {
	justify-content: flex-end;
}

.flex-between {
	justify-content: space-between;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0
}

.clear {
	*zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}


/*暂时分页*/

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination>li {
	display: inline;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #d16c15;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #d16c15;
	border-color: #d16c15;
}


/*slick*/

.pich {
	overflow: hidden;
}

.pich img {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.pich:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}


/*slick*/

.slick-slider {
	position: relative;
	outline: none;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	outline: 0 none;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	padding: 0px;
	cursor: pointer;
}

.slick-dots button {
	display: none;
}


/*slick*/

.more {
	float: right;
	display: block;
	text-align: center;
	width: 102px;
	height: 31px;
	line-height: 31px;
	color: #d16c15;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.more:before {
	content: "";
	height: 100%;
	background: #d16c15;
	width: 0;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

.more:hover {
    color: #fff;
	z-index: 9;
	background: #b75400;
}

.more:hover:before {
    color: #fff;
	width: 100%;
	z-index: -1;
    background: #b75400;
}


/* 底部条 */

.footer_float {
	width: 100%;
	height: 100px;
	position: fixed;
	bottom: 0;
	z-index: 999;
	height: 85px;
	cursor: pointer;
	background-position: center;
}

.footer_float2 {
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	z-index: 999;
	height: 140px;
	cursor: pointer;
	background-position: center;
}
.lozenge{
	display: block;
	width: 80px;
	height: 92px;
	line-height: 92px;
	background: url(../images/footer_bg.png) no-repeat;
	color: #fff;
	text-align: center;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: -12px;
}
.f_f_box{
	position: relative;
}
.f_f_box .f_l,
.f_f_box .f_r {
	width: 30%;
	color: #f6f6f6;
	text-align: center;
}

.f_f_box .f_l img {
	float: left;
	margin: 24px 15px 0;
	width: auto;
}

.f_f_box .f_l h3,
.f_f_box .f_l p {
	float: left;
}

.f_f_box .f_r {
	width: 320px;
	padding-left:10px;
	float: left;
	color: #CE000D;
	font-size: 16px;
	font-weight: bold;
	margin-top: 26px;
}
.f_f_box .f_r span{
	font-size: 20px;
}
.f_f_box h3 {
	font-size: 1.2rem;
	font-weight: 500;
	margin-top: 24px;
}

.f_f_box p span {
	color: #d6000f;
}

.f_f_box .f_r h3,
.f_f_box .f_r p {
	font-size: 20px;
	text-align: left;
}

.f_f_box .f_r h3 {
	letter-spacing: 0;
	margin-top: 18px;
}

.f_f_box .f_r p {
	letter-spacing: 3px;
}

.f_c{
	float: left;
	width: 60%;
	padding-left: 90px;
}
.f_c .book {
}

.f_c .book dd {
	float: left;
	width: 21%;
	margin-right: 6px;
}
.f_c .book dd.area{
	width: 15%;
}
.f_c .book dd>span {
	display: block;
	height: 30px;
}

.f_c .book dd>span>span {
	top: 3px;
}

.f_c .book .m_t {
	margin-top: 25px;
}

.f_c .book dd input {
	width: 100%;
	outline: none;
	border: none;
	height: 36px;
	text-indent: 0.8em;
	font-size: 16px;
}

.f_c .book dd input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #333;
}

.f_c .book dd input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #333;
}

.f_c .book dd input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #333;
}

.f_c .book dd input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #333;
}

.f_c .book .last {
	margin-top: 26px;
    margin-left: -24px;
}

.f_c .book .last .bon {
	width: 136px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: none;
	color: #000;
	background: #CE000D;
	font-size: 16px;
	color: #fff;
	border-radius: 17px;
}


/* .f_c .book .last .btm{background-image: url(../images/subbtn.png);background-size: cover;} */

.f_c .book .last .bon:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.footer_float .togg {
	position: absolute;
	right: 0px;
	top: 50%;
	font-size: 30px;
	line-height: 22px;
	color: #aeadad;
	cursor: default;
	transform: translateY(-50%);
}

.footer_float .togg:hover {
	color: #fff
}

.footer_float .getshow {
	position: fixed;
	bottom: 0;
	left: -100px;
	height: 140px;
}

.footer_float .getshow img {
	height: 100%;
}
.headRec{
	display: inline-block;
	background: url(../images/index/bt1.jpg) no-repeat;
	width: 206px;
	height: 82px;
	box-sizing: border-box;
	position: relative;
	color: #666666;
}
.headRec2{
	background: url(../images/index/bt2.jpg) no-repeat;
}
.headRec3{
	background: url(../images/index/bt3.jpg) no-repeat;
}
.headRec4{
	background: url(../images/index/bt4.jpg) no-repeat;
}
.headRec5{
	background: url(../images/index/bt5.jpg) no-repeat;
}
.headRec6{
	background: url(../images/index/bt6.jpg) no-repeat;
}
.headRec7{
	background: url(../images/index/bt7.jpg) no-repeat;
}
.headRec span{
	line-height: 54px;
	font-size: 32px;
}
/*城市切换*/
.cityNav:hover .cityBtn{
	background: #fff;
	color: #000000;
	cursor: pointer;
}
.cityNav.active .cityList {
    display: block
}

.cityList {
    display: none;
    font-size: 12px;
    background: #fff;
    position: absolute;
    left: 10px;
    top: 22px;
    width: 350px;
    border: solid 1px #edecec;
    line-height: 26px;
    padding: 15px;
    z-index: 100;
}
.cityList .tabTit {
    border-bottom: dotted 1px border;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.cityList .tabTit span {
    padding: 5px 10px;
    cursor: pointer
}

.cityList .tabTit .active {
    background: #a569c4;
    color: #fff
}

.cityList .tabLayer .line {
    border-top: dashed 1px #edecec;
    height: 0;
    margin: 2px 0 2px 29px;
    overflow: hidden
}

.cityList .tabLayer span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center
}

.cityList .tabLayer a {
    width: 33%;
    color: #666;
    margin: 0 5px;
    white-space: nowrap;
}

.cityList .tabLayer a:hover {
    color: #e74c3c
}
